home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / i_am_leg.swf / scripts / DefineButton2_24 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  76 b   |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    gotoAndStop("loop0");
  4.    play();
  5. }
  6.